Vcenter Deployment ReplicatedPscSpec
The Vcenter Deployment ReplicatedPscSpec schema contains information used to check if the configuring PSC can be replicated to the remote PSC.
This schema was added in vSphere API 6.7.
{
"sso_site_name": "string",
"partner_hostname": "string",
"https_port": 0,
"sso_admin_password": "string",
"ssl_thumbprint": "string",
"ssl_certificate": "string",
"ssl_verify": false
}
The SSO sitename that will be used in PSC replication.
This property was added in vSphere API 6.7.
If missing or null
, default-first-site will be used.
The IP address or DNS resolvable name of the partner PSC appliance.
This property was added in vSphere API 6.7.
The HTTPS port of the external PSC appliance.
This property was added in vSphere API 6.7.
If missing or null
, port 443 will be used.
The SSO administrator account password.
This property was added in vSphere API 6.7.
SHA1 thumbprint of the server SSL certificate will be used for verification.
This property was added in vSphere API 6.7.
This property is only relevant if ssl_verify is missing or null
or has the value true.
The SSL Certificate of the server that will be used for verification. The value should be a single x509 certificate encoded in PEM format. Note: sslThumbprint
and sslCertificate
parameters are mutually exclusive, and should never be used simultaneously.
This property was added in vSphere API 9.0.0.0.
This property is only relevant if ssl_verify is missing or null
or has the value true.
SSL verification should be enabled or disabled.
This property was added in vSphere API 6.7.
If missing or null
, ssl_verify true will be used.